testing.testState.running (field)

5 uses

	testing (current package)
		testing.go#L2089: 	running int
		testing.go#L2103: 		running:       1, // Set the count to 1 for the main (sequential) test.
		testing.go#L2109: 	if s.running < s.maxParallel {
		testing.go#L2110: 		s.running++
		testing.go#L2122: 		s.running--